StartX Property (FibonacciTimeZones<T>)
In This Topic
Gets or sets the starting X data point for the time zones.
Syntax
'Declaration
Public Property StartX As System.Object
'Usage
Dim instance As FibonacciTimeZones(Of T)
Dim value As System.Object
instance.StartX = value
value = instance.StartX
public System.object StartX {get; set;}
public read-write property StartX: System.TObject;
public function get,set StartX : System.Object
public: __property System.Object* get_StartX();
public: __property void set_StartX(
System.Object* value
);
public:
property System.Object^ StartX {
System.Object^ get();
void set ( System.Object^ value);
}
See Also